home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / amiex / donatesend.lha / DonateSend / SWidget.Doc next >
Text File  |  1995-04-03  |  2KB  |  58 lines

  1. This is a VERY simple, BADLY CODED, and NOT DESIGNED door (!), knocked up
  2. very quickly to do a specific job for a specific person!...
  3.  
  4. I hope that some other people can also find this useful, but don't expect
  5. it to be very configurable! (If you don't like it, delete it - but maybe
  6. you will like it?)
  7.  
  8.  
  9. This program simply asks what computer they have and then sends them a text
  10. file (in either IBM or Amiga format).
  11.  
  12. It's designed to send out forms for people to setup Donation accounts, but
  13. I guess there could be other uses...
  14.  
  15.  
  16. XIM type door.
  17. Normal stack size (Hardly uses any at all).
  18. MultiNode compatable.
  19.  
  20. Code is 100% ASM, Pure/Reentrant/Residentable, 32 Node comp. (upto 100 nodes).
  21.  
  22.  
  23.  
  24. When they select 1 - Amiga, the file:
  25.  
  26. BBS:Donate/Amiga/Donation.TXT
  27.  
  28. is sent.
  29.  
  30.  
  31. When they select 2 - PC, the file:
  32.  
  33. BBS:Donate/PC/Donation.TXT
  34.  
  35. is sent.
  36.  
  37.  
  38. If you don't like the file paths, you can hex-edit the binary file and put
  39. your own filepaths in the areas marked something like:
  40.  
  41. Amiga-Filename starts here ->BBS:Donate/Amiga/Donation.Txt<NULL>
  42. <<LOTS OF NULLS>>
  43. <- Amiga-Filename must end here.
  44.  
  45. and
  46.  
  47. PC-Filename starts here ->BBS:Donate/PC/Donation.Txt<NULL>
  48. <<LOTS OF NULLS>>
  49. <- PC-Filename must end here.
  50.  
  51. Provided that the new filepaths end with a NULL and do not go beyond past
  52. the "must end here" message. Of course, you should use your hex-editor in
  53. OVERWRITE mode so that the filelength remains the same (are there any where
  54. you can use insert mode anyway??).
  55.  
  56.  
  57. Messages are put in the callerslog (they also say which file was downloaded).
  58.